home *** CD-ROM | disk | FTP | other *** search
- #VRML V2.0 utf8 - PLATINUM technology, inc. 1997
- #ADD_TOUCH_SENSOR
-
-
- DEF $OBJECT_quiverTimer TimeSensor {
- cycleInterval 0.9
- }
-
-
- DEF $OBJECT_quiver PositionInterpolator {
- key [ 0 .1 .2 .3 .4 .5 .6 .7 .8 .9 ]
- keyValue [ 1 1 1 1 1 2 1 0.6 1 1.7 1 1 1 1 1 0.8 1.5 1 1 1 0.8 1 0.8 1 0.8 1 1 1 1 1 ]
- }
-
-
- #route map
-
- ROUTE $OBJECTTS.touchTime TO $OBJECT_quiverTimer.set_startTime
- ROUTE $OBJECT_quiverTimer.fraction_changed TO $OBJECT_quiver.set_fraction
- ROUTE $OBJECT_quiver.value_changed TO $OBJECT.set_scale
-